Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / XFile Class / XFile Constructor / XFile Constructor(String,String,Nullable<ST_TargetMode>)
Name of the file
Type of the file


In This Topic
    XFile Constructor(String,String,Nullable<ST_TargetMode>)
    In This Topic
    Initializes a new instance of the XFile class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal fileName As String, _
       ByVal fileType As String, _
       ByVal targetMode As Nullable(Of ST_TargetMode) _
    )
    'Usage
     
    
    Dim fileName As String
    Dim fileType As String
    Dim targetMode As Nullable(Of ST_TargetMode)
     
    Dim instance As New XFile(fileName, fileType, targetMode)

    Parameters

    fileName
    Name of the file
    fileType
    Type of the file
    targetMode
    See Also